
img{border: none;}

.jzy_country{ width: 1200px; margin:10px auto 15px auto; font-family: "微软雅黑";}
.jzy_country .m1rt_title{ height:45px; line-height:45px; border-bottom:solid 2px #fccc00; margin-bottom: 20px;}
.jzy_country .m1rt_title .m1rt_title_l{ float: left;}
.jzy_country .m1rt_title .m1rt_title_r{ float: right;}
.jzy_country .m1rt_title span{ height: 45px; display:inline-block; font-size:20px; color:007aff; font-weight:bold; border-bottom:solid 2px 007aff; line-height:43px; float: left;}
.jzy_country .m1rt_title em{ color:#bbb; padding-left:5px; float: left;}
.jzy_country .m1rt_title i{color:#bbb; float:right;}

.jzy_country .jzy_country_list{
    width: 285px;
    height: 230px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.jzy_country .jzy_country_list:nth-child(4n){
    margin-right: 0;
}
.jzy_country .jzy_country_list .list_text{
    width: 285px;
    height: 230px;
    background: rgba(0,0,0,0.5);
    padding-top: 95px;
    text-align: center;
    position: absolute;top: 0;
    left: 0;
}
.jzy_country .list_text .country_name{
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
}
.jzy_country .list_text .country_tag{
    font-size: 16px;
    color: #fff;
    line-height: 60px;

}
.jzy_country .list_eject{
    height: 130px;
    position: absolute;
    bottom: -160px;
    left: 0;
    color: #fff;
    background: rgba(31,45,64,0.8);
    padding: 15px;
    width:285px;
}
.jzy_country .list_eject .country_name{
    font-size: 26px;
    line-height: 36px;
}
.jzy_country .list_eject .country_name span{
    font-size: 16px;
}
.jzy_country .list_eject .country_introduce{
    font-size: 14px;
    line-height: 20px;
}
.jzy_country .list_eject .country_details{
    width: 78px;
    height: 29px;
    border-radius: 3px;
    background: #007aff;
    text-align: center;
    color: #fff;
    line-height: 29px;
    font-size: 14px;
    position: absolute;
    top:20px;
    right: 20px;
}
.jzy_country .country_display,.jzy_country .country_hidden{
    width: 330px;
    height: 60px;
    margin: 10px auto;
    background: #007aff;
/*    border: 1px solid #007aff;*/
    border-radius: 5px;
    -moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 60px;
    cursor: pointer;
    padding-left: 100px;
    position: relative;
}
.jzy_country .country_display i{
    width: 18px;
    height: 15px;
    background: url(../image/country_down.png)  no-repeat;
    position: absolute;
    left: 70px;
    top: 21px;
}
.jzy_country .country_hidden i{
    width: 18px;
    height: 15px;
    background: url(../image/country_up.png)  no-repeat;
    position: absolute;
    left: 70px;
    top: 22px;
}
.jzy_country .country_hidden{ display: none;}
.clearfix:before,
.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
    clear: both;
}

.jzy_country .country_hide{
    display: none;
}